home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Amiga / config.h < prev    next >
C/C++ Source or Header  |  1995-03-03  |  622b  |  40 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. //#define MWDEBUG 1
  8. //#include "memwatch.h"
  9. //#include "stdlib.h"
  10.  
  11.  
  12. #include <stdio.h>
  13.  
  14. extern FILE *popen(char *command, char *mode);
  15. extern void pclose(FILE *f);
  16. #define SPECIAL_SAMPLE_MEMORY
  17.  
  18. #define P(args) args
  19. /* #define P(x) ()    */
  20.  
  21. #define ID(x)
  22. /* #define ID(x)  LOCAL char *id= x ; */
  23. /* #define USE_AT_EXIT */
  24.  
  25. #define KLUDGE_TAG
  26. /* #define GZIP         */
  27. /* #define FORKING    */
  28. /*    #define void        */
  29.  
  30. typedef void *GENERIC;
  31. /* typedef char *GENERIC; */
  32.  
  33. #ifdef AMIGA
  34. #else
  35. #ifdef __386BSD__
  36. #else
  37. #define MALLOC_NOT_IN_STDLIB
  38. #endif
  39. #endif
  40.